home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLBASE / TFORMHTMLBASE.txt
Encoding:
Text File  |  1997-12-06  |  5.8 KB  |  273 lines

  1. object FormHTMLBase: TFormHTMLBase
  2.   Left = 88
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Base (Base URL)'
  7.   ClientHeight = 258
  8.   ClientWidth = 453
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 1
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxHREF: TGroupBox
  35.     Left = 6
  36.     Top = 28
  37.     Width = 300
  38.     Height = 169
  39.     Caption = 'HREF'
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 2
  43.     object EditHREF: TEdit
  44.       Left = 5
  45.       Top = 16
  46.       Width = 289
  47.       Height = 21
  48.       MaxLength = 250
  49.       TabOrder = 0
  50.       OnChange = EditHREFChange
  51.       OnExit = EditHREFExit
  52.       OnKeyPress = EditHREFKeyPress
  53.     end
  54.     object PanelHREF: TPanel
  55.       Left = 2
  56.       Top = 144
  57.       Width = 296
  58.       Height = 23
  59.       Hint = 'HREF attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelHREF'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 3
  68.       OnClick = PanelHREFClick
  69.     end
  70.     object ButtonBrowse: TButton
  71.       Left = 6
  72.       Top = 43
  73.       Width = 65
  74.       Height = 25
  75.       Caption = 'Browse'
  76.       TabOrder = 1
  77.       OnClick = ButtonBrowseClick
  78.     end
  79.     object ButtonHistory: TButton
  80.       Left = 6
  81.       Top = 71
  82.       Width = 65
  83.       Height = 25
  84.       Caption = 'History'
  85.       TabOrder = 2
  86.       OnClick = ButtonHistoryClick
  87.     end
  88.     object GroupPrefixes: TGroupBox
  89.       Left = 80
  90.       Top = 40
  91.       Width = 97
  92.       Height = 97
  93.       Caption = 'Prefixes'
  94.       TabOrder = 4
  95.       object ListBoxPrefixes: TListBox
  96.         Left = 2
  97.         Top = 15
  98.         Width = 93
  99.         Height = 43
  100.         Align = alTop
  101.         IntegralHeight = True
  102.         ItemHeight = 13
  103.         Items.Strings = (
  104.           'http://'
  105.           'ftp://'
  106.           'gopher://')
  107.         TabOrder = 0
  108.         OnDblClick = ButtonUsePrefixClick
  109.       end
  110.       object ButtonUsePrefix: TButton
  111.         Left = 8
  112.         Top = 64
  113.         Width = 81
  114.         Height = 25
  115.         Caption = 'Use'
  116.         TabOrder = 1
  117.         OnClick = ButtonUsePrefixClick
  118.       end
  119.     end
  120.   end
  121.   object GroupBoxTarget: TGroupBox
  122.     Left = 314
  123.     Top = 28
  124.     Width = 131
  125.     Height = 137
  126.     Caption = 'TARGET'
  127.     Ctl3D = True
  128.     ParentCtl3D = False
  129.     TabOrder = 3
  130.     object ListBoxTARGET: TListBox
  131.       Left = 9
  132.       Top = 15
  133.       Width = 113
  134.       Height = 43
  135.       ExtendedSelect = False
  136.       IntegralHeight = True
  137.       ItemHeight = 13
  138.       Items.Strings = (
  139.         '0'
  140.         '_blank'
  141.         '_parent'
  142.         '_self'
  143.         '_top'
  144.         '[Named Window]')
  145.       ParentShowHint = False
  146.       ShowHint = False
  147.       TabOrder = 0
  148.       OnClick = ListBoxTARGETClick
  149.     end
  150.     object PanelTARGET: TPanel
  151.       Left = 2
  152.       Top = 112
  153.       Width = 127
  154.       Height = 23
  155.       Hint = 'TARGET attribute'
  156.       Align = alBottom
  157.       Alignment = taLeftJustify
  158.       BevelOuter = bvNone
  159.       BorderStyle = bsSingle
  160.       Caption = 'PanelTARGET'
  161.       ParentColor = True
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.       TabOrder = 2
  165.       OnClick = PanelTARGETClick
  166.     end
  167.     object GroupBoxNamedWindow: TGroupBox
  168.       Left = 10
  169.       Top = 62
  170.       Width = 112
  171.       Height = 43
  172.       Caption = '[Named Window]'
  173.       TabOrder = 1
  174.       object EditNamedWindow: TEdit
  175.         Left = 5
  176.         Top = 16
  177.         Width = 100
  178.         Height = 21
  179.         Color = clBtnFace
  180.         Enabled = False
  181.         MaxLength = 250
  182.         TabOrder = 0
  183.         OnChange = EditNamedWindowChange
  184.         OnEnter = EditNamedWindowChange
  185.         OnExit = EditNamedWindowExit
  186.         OnKeyPress = EditNamedWindowKeyPress
  187.       end
  188.     end
  189.   end
  190.   object PanelBottom: TPanel
  191.     Left = 0
  192.     Top = 205
  193.     Width = 453
  194.     Height = 53
  195.     Align = alBottom
  196.     BevelOuter = bvNone
  197.     Font.Color = clBtnFace
  198.     Font.Height = -11
  199.     Font.Name = 'MS Sans Serif'
  200.     Font.Style = []
  201.     ParentFont = False
  202.     TabOrder = 0
  203.     object Bevel: TBevel
  204.       Left = 0
  205.       Top = 0
  206.       Width = 453
  207.       Height = 6
  208.       Align = alTop
  209.       Shape = bsTopLine
  210.     end
  211.     object ButtonInsert: TButton
  212.       Left = 4
  213.       Top = 8
  214.       Width = 77
  215.       Height = 25
  216.       Hint = 'Use the HTML tag'
  217.       Caption = '&OK'
  218.       ParentShowHint = False
  219.       ShowHint = True
  220.       TabOrder = 0
  221.       OnClick = ButtonInsertClick
  222.     end
  223.     object ButtonCancel: TButton
  224.       Left = 88
  225.       Top = 8
  226.       Width = 77
  227.       Height = 25
  228.       Cancel = True
  229.       Caption = '&Cancel'
  230.       ParentShowHint = False
  231.       ShowHint = False
  232.       TabOrder = 1
  233.       OnClick = ButtonCancelClick
  234.     end
  235.     object ButtonHelp: TButton
  236.       Left = 256
  237.       Top = 8
  238.       Width = 77
  239.       Height = 25
  240.       Caption = '&Help'
  241.       ParentShowHint = False
  242.       ShowHint = False
  243.       TabOrder = 3
  244.       OnClick = ButtonHelpClick
  245.     end
  246.     object ButtonClearAll: TButton
  247.       Left = 172
  248.       Top = 8
  249.       Width = 77
  250.       Height = 25
  251.       Hint = 'Clear and reset all attributes to defaults'
  252.       Caption = 'Clear &All'
  253.       ParentShowHint = False
  254.       ShowHint = True
  255.       TabOrder = 2
  256.       OnClick = ButtonClearAllClick
  257.     end
  258.     object PanelSaveReuseLevel: TPanel
  259.       Left = 4
  260.       Top = 40
  261.       Width = 329
  262.       Height = 9
  263.       BevelOuter = bvLowered
  264.       Caption = ' '
  265.       ParentShowHint = False
  266.       ShowHint = True
  267.       TabOrder = 4
  268.       OnDblClick = PanelSaveReuseLevelDblClick
  269.       OnMouseMove = PanelSaveReuseLevelMouseMove
  270.     end
  271.   end
  272. end
  273.